*{margin:0;padding:0;list-style:none;font-family: "寰蒋闆呴粦";font-weight:normal;}
a{text-decoration:none;color:#333;}

/**flex布局*/
.disp_flex {
    display: flex;
    flex-wrap: wrap;
}
.flex_content_between{
	justify-content: space-between;
}



/**口腔通用样式*/
/**list-article*/
#pages li {
	font-size: 14px;
	color: #333;
	/* border: 1px solid #999; */
	padding: 3px 9px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

#pages li.active {
	background-color: #fd627a;
    color: #fff !important;
}

 .pagenation,.list-tab{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}

.pagenation-btn,.tab-item{
  font-size: 16px;
  background-color: #eee;
  padding: 5px 12px;
  color: #797777;
  margin-right: 20px;
  border-radius: 2px;
}

.current-page,.current-tab{
  background-color: #3aa9e6;
  color: #fff;
}

.current-page a, .current-tab a{
  background-color: #3aa9e6;
  color: #fff;
}

.rich-content{
  font-size: 16px;
  color: #6d6d6d;
  line-height: 2em;
}
.rich-content p{
  text-indent:2em;
}
.rich-content a{
  color: #ff4001;
}
.rich-content img{
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.artic-pagenation{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
}
.artic-page{
  flex: 1;
  color: #4a4747;
  padding: 20px;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 这里是超出几行省略 */
  overflow: hidden;
}


/**price table*/
.rich-content table{
	width: 100%;
	font-size: 14px;
	text-align: center;
	border-left: 1px solid #FE6D4B;
	border-bottom: 1px solid #FE6D4B;
	margin: 10px auto;
	border-collapse: collapse;
}
.rich-content table tr:nth-child(2),tr:nth-child(1){
	font-weight: bold;
	line-height: 40px;
	background-color: #FE6D4B;
	color: #fff;
}

.rich-content tr{
	/**display: flex;*/
	justify-content: space-between;
	align-items: center;
	height: 40px;
	line-height: 40px;
}
.rich-content .table-item:hover{
	background-color: #eee;
}
.rich-content td,.rich-content th{
	border-top: 1px solid #FE6D4B;
	/**flex: 1;*/
	text-align: center;
	border-right: 1px solid #FE6D4B;
}
.rich-content tr:nth-child(1) td{
	border: 0;
	border-right: 1px solid #FE6D4B;
}
.rich-content tr:nth-child(1){
	background-color: #fff;
	border-top: 1px solid #FE6D4B;
	color: #FE6D4B;
	height: auto;
}
.article-content .article-content-editor table tr:nth-child(odd) {
    background: #f5f5f5;
}


.item-chat-btn {
  width: 72px;
  border: 1px solid #ff3d07;
  border-radius: 50px;
  background: #ff3d07;
  text-align: center;
  font-size: 14px;
}

.footer-btn{
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.footer-btn-left{
  background-color: #fd5877;
  flex: 1;
  font-family: "宋体";
}
.footer-btn-right{
  flex: 1;
  background-color: #6ba6e8;
  font-family: "宋体";
}
.footer-btn-left a,.footer-btn-right a {
  color: #fff;
  font-weight: bold;
}
.footer-btn-left .zx3 i {
    background: url(https://m.3ua.cn/images/b_ico_l.png) no-repeat;
    background-size: 100%;
    padding: 0.1em 0.8em;
}
.footer-btn-right .zx3 i {
    background: url(https://m.3ua.cn/images/b_ico_r.png) no-repeat;
    background-size: 100%;
    padding: 0.1em 0.8em;
}
.circle-num{
  position: absolute;
  right: 3%;
  bottom: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #e66744;
}

.s-top-b {
    padding: 1.2em 0 1.5em 1em;
    border: 1px solid #eeeeee;
    padding-bottom: 1.5em;
}
.s-top-b p:first-child {
    padding-right: 1em;
}
.clam {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-box-orient: vertical;
}
.clam1 {
    -webkit-line-clamp: 1;
}
.clam2 {
    -webkit-line-clamp: 2;
}

.header li.menu {
	display: none;
}
.header .right {
    width: .07rem;
    height: .33rem;
    padding: 0 .145rem;
    margin: .35rem 0 0 .23rem;
    float: left;
    overflow: hidden;
}

.recommend.project_list dl dd{
	width:100% !important;
	text-align: center;
}

/**相关文章-纯标题版*/
.correlation {
	margin-top: 90px;
    width: 100%;
    overflow: hidden;
}
.correlation h3 {
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
.correlation h3::before {
    width: 112px;
    height: 3px;
    background: #17A693;
    z-index: 999;
}
.correlation h3::after, .correlation h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.correlation h3::after {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}
.correlation ul {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.correlation ul li {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.correlation ul li span {
    font-weight: bold;
    color: #888;
    margin-right: 10px;
}
.correlation ul li a {
    color: #333;
}



/*推荐位图文*/
.recommend{
	width: calc(100% - 10px);
	overflow: hidden;
	background:#f8f8f8;
	padding:20px 5px;
}
.recommend h3{
	font-size:16px;
	color:#111;
	margin-bottom:6px;
	text-align: center;
}
.recommend dl{
	width: calc(100% - 8px);
	padding:4px;
	background:#fff;
	overflow: hidden;
	margin-bottom:6px;
}
.recommend dl dt{
	width:84px;
	height:84px;
	float:left;
	margin-right:9px;
}
.recommend dl dd{
	width: calc(100% - 84px - 9px);
	float:left;
}
.recommend dl dd h2{
	font-size: 12px;
    color: #1eb29c;
    margin-bottom: 6px;
    font-weight: bold;
    text-overflow: ellipsis;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
}
.recommend dl dd h2 span{
	color:#888;
	margin-left:6px;
}
.recommend dl dd p{
	font-size:12px;
	color:#333;
	line-height:20px;
	margin-bottom:3px;
}
.recommend dl dd p span{
	color:#888;
}
.recommend dl dd a.chat-btn{
	display: block;
	width:80px;
	height:20px;
	border-radius:3px;
	color:#fff;
	font-size:12px;
	text-align: center;
	line-height:20px;
	background:#fe7951;
}
.recommend h3{
	text-align: left !important;
}
.recommend dd h2 a {
    color: #1eb29c;
    font-size: 14px;
    font-weight: 600;
}


@media(min-width: 769px){
	.topnav {display:none !important;}
}
@media(max-width: 768px){
	.footer-btn{display: flex;}
	
}